home *** CD-ROM | disk | FTP | other *** search
/ Enter Special 2004 January: Practical Advice / ENTER Special 09.iso / Biuro / TextShield Fusion 2000 / Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-01-17  |  2.0 KB  |  41 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=TextShield Fusion
  4. AppVerName=TextShield - Build 644
  5. AppId=TextShield Fusion
  6. DefaultDirName={pf}\TextShield Fusion
  7. DefaultGroupName=TextShield
  8. UninstallDisplayIcon={app}\TextShield.exe
  9. OutputBaseFilename=Setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. ChangesAssociations=yes
  13. LicenseFile=embedded\License.rtf
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\TextShield.exe"; DestDir: "{app}"; 
  18. Source: "{app}\UnzDll.dll"; DestDir: "{app}"; 
  19. Source: "{app}\ZipDll.dll"; DestDir: "{app}"; 
  20. Source: "{app}\autorun.tsce"; DestDir: "{app}"; 
  21. Source: "{app}\Adspell.hlp"; DestDir: "{app}"; 
  22. Source: "{app}\American.dct"; DestDir: "{app}"; 
  23. Source: "{app}\Help.hlp"; DestDir: "{app}"; 
  24. Source: "{app}\Help.cnt"; DestDir: "{app}"; 
  25. [Registry]
  26. Root: HKCR; Subkey: ".tsce"; Flags: uninsdeletekey deletekey 
  27. Root: HKCR; Subkey: ".tsce"; ValueType: String; ValueData: "tscefile"; Flags: uninsdeletevalue 
  28. Root: HKCR; Subkey: "tscefile"; Flags: uninsdeletekey deletekey 
  29. Root: HKCR; Subkey: "tscefile\shell"; Flags: uninsdeletekey deletekey 
  30. Root: HKCR; Subkey: "tscefile\shell\Open"; Flags: uninsdeletekey deletekey 
  31. Root: HKCR; Subkey: "tscefile\shell\Open\command"; Flags: uninsdeletekey 
  32. Root: HKCR; Subkey: "tscefile\shell\Open\command"; ValueType: String; ValueData: """{app}\TEXTSHIELD.EXE"" ""%1"""; Flags: uninsdeletevalue 
  33. Root: HKCR; Subkey: "tscefile\DefaultIcon"; Flags: uninsdeletekey 
  34. Root: HKCR; Subkey: "tscefile\DefaultIcon"; ValueType: String; ValueData: "{app}\TEXTSHIELD.EXE,2"; Flags: uninsdeletevalue 
  35. Root: HKCU; Subkey: "software\Onis\TextShield"; Flags: uninsdeletekey 
  36. [UninstallRun]
  37. Filename: "{app}\TextShield.exe"; Parameters: "//uninstall"; 
  38. [Icons]
  39. Name: "{group}\TextShield Fusion"; Filename: "{app}\TextShield.exe"; IconFilename: "{app}\TextShield.exe"; IconIndex: 5; 
  40. Name: "{userdesktop}\TextShield Fusion"; Filename: "{app}\TextShield.exe"; 
  41.